Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntry Method / AddDictEntry(PdfName,Nullable<Boolean>) Method

In This Topic
    AddDictEntry(PdfName,Nullable<Boolean>) Method
    In This Topic
    Adds a dictionary entry with nullable bool value.
    Syntax
    'Declaration
     
    Public Overloads Sub AddDictEntry( _
       ByVal key As PdfName, _
       ByVal value As System.Nullable(Of Boolean) _
    ) 
    public void AddDictEntry( 
       PdfName key,
       System.Nullable<bool> value
    )

    Parameters

    key
    value
    See Also